Platform Explorer / Nuxeo Platform 2023.10

Extension point trees

Contribution Descriptors

  • Class: org.nuxeo.ecm.webapp.directory.DirectoryTreeDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-platform-virtualnavigation-web-2023.10.13.jar /OSGI-INF/directorytreemanager-contrib.xml
    <extension point="trees" target="org.nuxeo.ecm.webapp.directory.DirectoryTreeService">
    
        <directoryTree contentView="bySubjectsContentView" field="subjects" label="base.navigation.subjects" name="bySubjectsNavigation" outcome="subjects_virtual_navigation" schema="querynav">
          <directory>topic</directory>
          <directory>subtopic</directory>
        </directoryTree>
    
        <directoryTree contentView="byCoverageContentView" field="coverage" label="base.navigation.coverage" name="byCoverageNavigation" outcome="coverage_virtual_navigation" schema="querynav">
          <directory>continent</directory>
          <directory>country</directory>
        </directoryTree>
    
      </extension>